home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-10-19 | 11.3 KB | 285 lines |
- ;-----------------------------------------------------------------------------
- ; NETCBF5.INF
- ;
- ; Silicom CardBus PC Cards Setup Script for Windows 2000
- ;
- ; Copyright Silicom Ltd. 1999
- ; Copyright Microsoft, 1999
-
- [Version]
- Signature = "$WINDOWS NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- Provider = %MSFT%
- LayoutFile = layout.inf
- DriverVer=10/19/1999,4.106.24.0
-
- [DestinationDirs]
- CopyFilesNT5 = 12
-
- [ControlFlags]
- ExcludeFromSelect = PCI\VEN_1011&DEV_0019&SUBSYS_00011374, \
- PCI\VEN_1011&DEV_0019&SUBSYS_00021374, \
- PCI\VEN_1011&DEV_0019&SUBSYS_00071374, \
- PCI\VEN_1011&DEV_0019&SUBSYS_00081374
-
- [Manufacturer]
- %Silicom% = Silicom
-
- [Silicom]
- %CBF_DrvDescription% = CBF_Install, PCI\VEN_1011&DEV_0019&SUBSYS_00011374
- %FEM_DrvDescription% = FEM_Install, PCI\VEN_1011&DEV_0019&SUBSYS_00021374
- %CBE_DrvDescription% = CBE_Install, PCI\VEN_1011&DEV_0019&SUBSYS_00071374
- %CBFP_DrvDescription% = CBFP_Install, PCI\VEN_1011&DEV_0019&SUBSYS_00081374
-
- ;-----------------------------------------------------------------------------
- ;
- ;
- [CBF_Install.NT]
- CopyFiles = CopyFilesNT5
- AddReg = AddCommonNdiNT5, AddCBFParams, AddCommonParams
- Characteristics = 0x84
- BusType = 5
-
- [CBF_Install.NT.Services]
- AddService = CB325, 2, CBFService, common.EventLog
-
- ;-----------------------------------------------------------------------------
- ;
- ;
- [CBFP_Install.NT]
- CopyFiles = CopyFilesNT5
- AddReg = AddCommonNdiNT5, AddCBFPParams, AddCommonParams
- Characteristics = 0x84
- BusType = 5
-
- [CBFP_Install.NT.Services]
- AddService = CB325, 2, CBFPService, common.EventLog
-
- ;-----------------------------------------------------------------------------
- ;
- ;
- [CBE_Install.NT]
- CopyFiles = CopyFilesNT5
- AddReg = AddCommonNdiNT5, AddCBEParams, AddCommonParams
- Characteristics = 0x84
- BusType = 5
-
- [CBE_Install.NT.Services]
- AddService = CB325, 2, CBEService, common.EventLog
-
- ;-----------------------------------------------------------------------------
- ;
- ;
- [FEM_Install.NT]
- CopyFiles = CopyFilesNT5
- AddReg = AddCommonNdiNT5, AddFEMParams, AddCommonParams
- Characteristics = 0x84
- BusType = 5
-
- [FEM_Install.NT.Services]
- AddService = CB325, 2, FEMService, common.EventLog
-
- ;-----------------------------------------------------------------------------
- ;
- ;
- [AddCBFParams]
- HKR, , TransmitThreshold100,0,"5DC"
-
- HKR, Ndi\params\ConnectionType, ParamDesc, 0, %ConnectionType%
- HKR, Ndi\params\ConnectionType, default, 0, "900"
- HKR, Ndi\params\ConnectionType, type, 0, "enum"
- HKR, Ndi\params\ConnectionType\enum,"900", 0, %AutoSense%
- HKR, Ndi\params\ConnectionType\enum,"002", 0, %100BaseTxHD%
- HKR, Ndi\params\ConnectionType\enum,"202", 0, %100BaseTxFD%
- HKR, Ndi\params\ConnectionType\enum,"003", 0, %10BaseTHD%
- HKR, Ndi\params\ConnectionType\enum,"203", 0, %10BaseTFD%
-
- HKR, Ndi\params\PowerMode, ParamDesc, 0, %PowerSavingMode%
- HKR, Ndi\params\PowerMode, default, 0, "3"
- HKR, Ndi\params\PowerMode, type, 0, "enum"
- HKR, Ndi\params\PowerMode\enum, "0", 0, %Normal%
- HKR, Ndi\params\PowerMode\enum, "3", 0, %PowerSavingMode%
-
- ;-----------------------------------------------------------------------------
- ;
- ;
- [AddCBFPParams]
- HKR, , TransmitThreshold100,0,"5DC"
-
- HKR, Ndi\params\ConnectionType, ParamDesc, 0, %ConnectionType%
- HKR, Ndi\params\ConnectionType, default, 0, "900"
- HKR, Ndi\params\ConnectionType, type, 0, "enum"
- HKR, Ndi\params\ConnectionType\enum,"900", 0, %AutoSense%
- HKR, Ndi\params\ConnectionType\enum,"002", 0, %100BaseTxHD%
- HKR, Ndi\params\ConnectionType\enum,"202", 0, %100BaseTxFD%
- HKR, Ndi\params\ConnectionType\enum,"003", 0, %10BaseTHD%
- HKR, Ndi\params\ConnectionType\enum,"203", 0, %10BaseTFD%
-
- HKR, Ndi\params\PowerMode, ParamDesc, 0, %PowerSavingMode%
- HKR, Ndi\params\PowerMode, default, 0, "3"
- HKR, Ndi\params\PowerMode, type, 0, "enum"
- HKR, Ndi\params\PowerMode\enum, "0", 0, %Normal%
- HKR, Ndi\params\PowerMode\enum, "3", 0, %PowerSavingMode%
-
- ;-----------------------------------------------------------------------------
- ;
- ;
- [AddCBEParams]
- HKR, Ndi\params\ConnectionType, ParamDesc, 0, %ConnectionType%
- HKR, Ndi\params\ConnectionType, default, 0, "900"
- HKR, Ndi\params\ConnectionType, type, 0, "enum"
- HKR, Ndi\params\ConnectionType\enum,"900", 0, %AutoSense%
- HKR, Ndi\params\ConnectionType\enum,"001", 0, %10BaseTHD%
- HKR, Ndi\params\ConnectionType\enum,"201", 0, %10BaseTFD%
-
- HKR, Ndi\params\PowerMode, ParamDesc, 0, %PowerSavingMode%
- HKR, Ndi\params\PowerMode, default, 0, "1"
- HKR, Ndi\params\PowerMode, type, 0, "enum"
- HKR, Ndi\params\PowerMode\enum, "0", 0, %Normal%
- HKR, Ndi\params\PowerMode\enum, "1", 0, %PowerSavingMode%
-
- ;-----------------------------------------------------------------------------
- ;
- ;
- [AddFEMParams]
- HKR, , TransmitThreshold100,0,"5DC"
-
- HKR, Ndi\params\ConnectionType, ParamDesc, 0, %ConnectionType%
- HKR, Ndi\params\ConnectionType, default, 0, "900"
- HKR, Ndi\params\ConnectionType, type, 0, "enum"
- HKR, Ndi\params\ConnectionType\enum,"900", 0, %AutoSense%
- HKR, Ndi\params\ConnectionType\enum,"002", 0, %100BaseTxHD%
- HKR, Ndi\params\ConnectionType\enum,"202", 0, %100BaseTxFD%
- HKR, Ndi\params\ConnectionType\enum,"003", 0, %10BaseTHD%
- HKR, Ndi\params\ConnectionType\enum,"203", 0, %10BaseTFD%
-
- HKR, Ndi\params\PowerMode, ParamDesc, 0, %PowerSavingMode%
- HKR, Ndi\params\PowerMode, default, 0, "3"
- HKR, Ndi\params\PowerMode, type, 0, "enum"
- HKR, Ndi\params\PowerMode\enum, "0", 0, %Normal%
- HKR, Ndi\params\PowerMode\enum, "3", 0, %PowerSavingMode%
-
- ;-----------------------------------------------------------------------------
- ; Common Parameters
- ;
- [AddCommonParams]
- HKR, , BusType, 0, "5"
- HKR, , ReceiveBuffers, 0, "40"
- HKR, , UnderrunThreshold, 0, "0A"
- HKR, , UnderrunRetry, 0, "2"
- HKR, , InterruptMitigation,0, "0"
- HKR, , MapRegisters, 0, "20"
- HKR, , BurstLength, 0, "10"
- HKR, , TransmitThreshold, 0, "60"
- HKR, , MemoryReadMultiple, 0, "0"
-
- HKR, Ndi\params\ForceIsaInt, ParamDesc, 0, %InterruptMode%
- HKR, Ndi\params\ForceIsaInt, default, 0, "0"
- HKR, Ndi\params\ForceIsaInt, type, 0, "enum"
- HKR, Ndi\params\ForceIsaInt\enum, "0", 0, %AutoSense%
- HKR, Ndi\params\ForceIsaInt\enum, "1", 0, %ForceISAinterrupt%
-
- HKR,Ndi\params\Interface, ParamDesc, 0, %InterfaceMode%
- HKR,Ndi\params\Interface, default, 0, "0"
- HKR,Ndi\params\Interface, type, 0, "enum"
- HKR,Ndi\params\Interface\enum, "0", 0, %IOmapped%
- HKR,Ndi\params\Interface\enum, "1", 0, %Memorymapped%
-
- HKR, Ndi\params\StoreAndForward, ParamDesc, 0, %DisableEarlyTransmit%
- HKR, Ndi\params\StoreAndForward, default, 0, "0"
- HKR, Ndi\params\StoreAndForward, type, 0, "enum"
- HKR, Ndi\params\StoreAndForward\enum,"0", 0, %No%
- HKR, Ndi\params\StoreAndForward\enum,"1", 0, %Yes%
-
- HKR, Ndi\params\NetworkAddress, ParamDesc, 0, %NetworkAddress%
- HKR, Ndi\params\NetworkAddress, default, 0, ""
- HKR, Ndi\params\NetworkAddress, type, 0, "edit"
- HKR, Ndi\params\NetworkAddress, LimitText, 0, "12"
- HKR, Ndi\params\NetworkAddress, UpperCase, 0, "1"
- HKR, Ndi\params\NetworkAddress, optional, 0, "1"
-
- ;-----------------------------------------------------------------------------
- ;
- ;
- [CBFService]
- DisplayName = %CBF_DispName%
- ServiceType = 1
- StartType = 3
- ErrorControl = 1
- ServiceBinary = %12%\CB325.SYS
- LoadOrderGroup = NDIS
-
- [FEMService]
- DisplayName = %FEM_DispName%
- ServiceType = 1
- StartType = 3
- ErrorControl = 1
- ServiceBinary = %12%\CB325.SYS
- LoadOrderGroup = NDIS
-
- [CBFPService]
- DisplayName = %CBFP_DispName%
- ServiceType = 1
- StartType = 3
- ErrorControl = 1
- ServiceBinary = %12%\CB325.SYS
- LoadOrderGroup = NDIS
-
- [CBEService]
- DisplayName = %CBE_DispName%
- ServiceType = 1
- StartType = 3
- ErrorControl = 1
- ServiceBinary = %12%\CB325.SYS
- LoadOrderGroup = NDIS
-
- [AddCommonNdiNT5]
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
- HKR, Ndi, Service, 0, "CB325"
- HKR, , OSType, 0, "5"
-
- [common.EventLog]
- AddReg = common.AddEventLog.reg
-
- [common.AddEventLog.reg]
- HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll,%%SystemRoot%%\System32\drivers\CB325.SYS"
- HKR, , TypesSupported, 0x00010001, 7
-
- [CopyFilesNT5]
- CB325.SYS,,,2
-
- [Strings]
- MSFT = "Microsoft"
- Silicom = "Silicom"
-
- ConnectionType = "Connection Type"
- AutoSense = "Auto Sense"
- 100BaseTxHD = "100BaseTx Half Duplex"
- 100BaseTxFD = "100BaseTx Full Duplex"
- 10BaseTHD = "10BaseT Half Duplex"
- 10BaseTFD = "10BaseT Full Duplex"
- PowerSavingMode = "Power Saving Mode"
- Normal = "Normal"
- InterruptMode = "Interrupt mode"
- ForceISAinterrupt = "Force ISA interrupt"
- InterfaceMode = "Interface Mode"
- IOmapped = "IO mapped PC Card"
- MemoryMapped = "Memory mapped PC Card"
- DisableEarlyTransmit = "Disable Early Transmit"
- No = "No"
- Yes = "Yes"
- NetworkAddress = "Network Address"
-
-
- CBF_DrvDescription = "Silicom FastEthernet CardBus Adapter"
- CBFP_DrvDescription = "Silicom FastEthernet CardBus Adapter"
- FEM_DrvDescription = "Silicom FastEthernet CardBus Adapter"
- CBE_DrvDescription = "Silicom Ethernet CardBus Adapter"
-
- CBF_DispName = "Silicom FastEthernet CardBus Adapter Driver"
- CBFP_DispName = "Silicom FastEthernet CardBus Adapter Driver"
- FEM_DispName = "Silicom FastEthernet CardBus Adapter Driver"
- CBE_DispName = "Silicom Ethernet CardBus Adapter Driver"
-